diff options
Diffstat (limited to 'app/[lng]/procurement/(procurement)/evaluation-input/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/evaluation-input/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/procurement/(procurement)/evaluation-input/page.tsx b/app/[lng]/procurement/(procurement)/evaluation-input/page.tsx index 2cf5449f..00f1820f 100644 --- a/app/[lng]/procurement/(procurement)/evaluation-input/page.tsx +++ b/app/[lng]/procurement/(procurement)/evaluation-input/page.tsx @@ -37,9 +37,9 @@ export default async function IndexPage(props: IndexPageProps) { 정기평가 </h2> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 요청된 정기평가를 입력하고 제출할 수 있습니다. - </p> + </p> */} </div> </div> @@ -106,9 +106,9 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 정기평가 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 요청된 정기평가를 입력하고 제출할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
